From: Jeroen van der Heijden Date: Fri, 12 Oct 2018 19:18:38 +0000 (+0200) Subject: Upd readme X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~7^2~15 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e2ad588cba826fc4f4753b33c5cd8198ed210047;p=siridb-server.git Upd readme --- diff --git a/README.md b/README.md index a74091eb..a8bf3378 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ SiriDB is a highly-scalable, robust and super fast time series database. ### Ubuntu For Ubuntu we have a deb package available which can be downloaded [here](https://github.com/SiriDB/siridb-server/releases/latest). -Note: SiriDB requires *libexpat1*, *libuv1* and *libpcre2-8-0*, these libraries can be easily installed using apt: +Note: SiriDB requires *libexpat1*, *libuv1*, *libpcre2-8-0* and *libcleri0* these libraries can be easily installed using apt: ``` -apt install libexpat1 libuv1 libpcre2-8-0 +apt install libexpat1 libuv1 libpcre2-8-0 libcleri0 ``` The .deb package installs a configuration file at `/etc/siridb/siridb.conf`. You might want to view or change this file before starting SiriDB. @@ -36,10 +36,12 @@ The .deb package installs a configuration file at `/etc/siridb/siridb.conf`. You >From version 2.0.19 libcleri is not included as part of this source anymore >and needs to be installed separately. libcleri can be found here: >[https://github.com/transceptor-technology/libcleri](https://github.com/transceptor-technology/libcleri) +>or can be installed using `apt`. #### Linux -Install the following requirements: (Ubuntu) +Install the following requirements: (Ubuntu 18.04) ``` +sudo apt install libcleri-dev sudo apt install libpcre2-dev sudo apt install libuv1-dev sudo apt install uuid-dev